Skip to main content

All Questions

0votes
2answers
154views

Replace integers from specific words from a file

I am having a file xyz.sh JAVA_OPTS="-Xmx3072M" RESOLVED_HEAP_SIZE="2048M" RESOLVED_OFF_HEAP_SIZE="256M" Expected - I want to replace -Xmx3072M with -Xmx4096M but is not compulsory that value ...
sj17's user avatar

close